home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / include / sgi.h < prev    next >
C/C++ Source or Header  |  1996-07-24  |  524b  |  20 lines

  1. /*
  2.  * static char *rcsid_main_h =
  3.  *   "$Id: sgi.h,v 1.4 1994/07/04 08:11:45 master Exp $";
  4.  */
  5.  
  6. /*
  7.  * Made this useless file to avoid warnings when compiling on a SGI,
  8.  * since it is missing a few prototypes.
  9.  * Created:    03-12-93
  10.  * Author:    Kjetil W. J|rgensen, <jorgens@pvv.unit.no>
  11.  */
  12.  
  13. void bcopy(const void *, void *, int);
  14. /*char *crypt(char *, char *);*/ /* Supposedly not needed with irix 5.2*/
  15. int kill (pid_t, int);
  16.  
  17. #ifndef _Xconst    /* _Xconst is not defined in X11R4 only in X11R5 */
  18. #define _Xconst const
  19. #endif
  20.